Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update ckeditor monorepo to v44 (major) #3588

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ckeditor/ckeditor5-build-classic (source) ^43.3.0 -> ^44.0.0 age adoption passing confidence
ckeditor5 (source) ^43.0.0 -> ^44.0.0 age adoption passing confidence

Release Notes

ckeditor/ckeditor5 (@​ckeditor/ckeditor5-build-classic)

v44.0.0

Compare Source

Release Highlights

We are excited to introduce CKEditor 5 v44.0.0, a release packed with high impact updates designed to enhance your editing experience and simplify access to our premium offers. Here's what’s new:

🚀 Self-service plans: Simplified access to premium features

We are introducing flexible self-service plans that put you in control with full transparency. Now, you can:

💡 Important for current users:

If you are upgrading to v44.0.0+, ensure a smooth transition by updating your license keys in the editor, as we implemented a new format of the key. To get the new key, visit the Customer Portal. You can also refer to our license key and activation guide for help with logging in to the portal.

📣 The open-source licensing remains unchanged. However, config.licenseKey is now a required property in the editor configuration. Use 'GPL' for installations under the GPL terms. Read more in the update guide.

🔖 Bookmarks: Organize your content with ease

Say hello to Bookmarks, a long-awaited feature that simplifies content navigation within the editor. With this release, you can:

  • Add anchors as reference points within text.
  • Link to the newly created bookmarks in the editor to navigate to specific locations within complex documents, such as contracts or technical manuals.

📍 Future updates to Bookmarks and the linking experience are planned for the upcoming releases. Follow progress and share your feedback on GitHub.

⚡ Performance improvements: Faster table rendering

The current release includes another stride towards improving the performance aspect of the editor, this time focusing on how tables are handled in the content. Implemented optimizations have made table rendering 3x faster, with the average load time of a document with a very long, complex tables dropping from around 4.5 seconds to just 1.5 seconds.

MAJOR BREAKING CHANGES ℹ️
  • config.licenseKey is now a required property in the editor configuration. Use 'GPL' for installations under the GPL terms. See #​17317.
Features
Bug fixes
  • clipboard: An in-text drop of an inline object with elements inside should be possible. Closes #​16101. (commit)
  • cloud-services: Handle refresh token when editor destroyed during token fetching. Closes #​17462. (commit)
  • editor-classic: Excluded modal windows from the Classic Editor's integration between dialogs and the sticky toolbar. Closes #​17339. (commit)
  • engine: List markers should be visible after changing the list type from multi-level to numbered. Closes #​17488. (commit)
  • find-and-replace: Find and replace no longer randomly jumps to the first found item after the replace operation. Closes #​16648. (commit)
  • list: Inserting or dropping a paragraph after the end of a list should not convert the paragraph to a list item. Closes #​17224. (commit)
  • pagination: The pagination line should be rendered properly on tables. Closes ckeditor/ckeditor5#17158.
  • restricted-editing: Remove existing restricted editing markers when setting new data to prevent marker resurrection. Closes #​9646, #​16721. (commit)
  • theme-lark: Letter descenders should not be clipped in the top-level menu bar categories. Closes #​17422. (commit)
  • track-changes: Export the AttributeData, FormatData and Description typings from package.
  • ui: The menu or dropdown panels will no longer be placed in an incorrect position when a optimal position cannot be found. Closes #​17220. (commit)
  • ui: The dialog plugin should not handle Esc key press when default-prevented by the guest view. Closes #​17343. (commit)
  • upload: Editor should no longer crash when executing undo while an image is still being uploaded. (commit)
  • utils: Use binary search in insertToPriorityArray() for better performance when handling big tables. (commit)
  • utils: No longer scroll to the top of the document if pasted element is larger than scrollable editable. Closes #​17079. (commit)
Other changes
  • collaboration-core: The types of publicly exported plugins will now be correctly resolved when accessed using editor.plugins.get.

  • comments: The types of publicly exported plugins will now be correctly resolved when accessed using editor.plugins.get.

  • real-time-collaboration: Editor will be switched to read-only mode when an unrecoverable error will be returned by Cloud Services server during real-time editing.

  • real-time-collaboration: The types of publicly exported plugins will now be correctly resolved when accessed using editor.plugins.get.

  • revision-history: The types of publicly exported plugins will now be correctly resolved when accessed using editor.plugins.get.

  • track-changes: The types of publicly exported plugins will now be correctly resolved when accessed using editor.plugins.get.

  • track-changes: The descriptionFactory property will now be accessible publicly.

  • track-changes: Suggestions of the same type that are not directly next to each other will no longer be represented as one suggestion in the UI.

  • ui: Improved the performance of the BodyCollection DOM wrapper lookup by replacing document.querySelector() with a static element reference. (commit)

    Huge thanks to Ben Demboski for this contribution!

  • Changes related to the introduction of self-service channel for CKEditor 5 Premium Features. See #​17317. (commit)

  • Updated translations. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

New packages:

Releases containing new features:

Other releases:

ckeditor/ckeditor5 (ckeditor5)

v44.0.0

Compare Source

Release Highlights

We are excited to introduce CKEditor 5 v44.0.0, a release packed with high impact updates designed to enhance your editing experience and simplify access to our premium offers. Here's what’s new:

🚀 Self-service plans: Simplified access to premium features

We are introducing flexible self-service plans that put you in control with full transparency. Now, you can:

💡 Important for current users:

If you are upgrading to v44.0.0+, ensure a smooth transition by updating your license keys in the editor, as we implemented a new format of the key. To get the new key, visit the Customer Portal. You can also refer to our license key and activation guide for help with logging in to the portal.

📣 The open-source licensing remains unchanged. However, config.licenseKey is now a required property in the editor configuration. Use 'GPL' for installations under the GPL terms. Read more in the update guide.

🔖 Bookmarks: Organize your content with ease

Say hello to Bookmarks, a long-awaited feature that simplifies content navigation within the editor. With this release, you can:

  • Add anchors as reference points within text.
  • Link to the newly created bookmarks in the editor to navigate to specific locations within complex documents, such as contracts or technical manuals.

📍 Future updates to Bookmarks and the linking experience are planned for the upcoming releases. Follow progress and share your feedback on GitHub.

⚡ Performance improvements: Faster table rendering

The current release includes another stride towards improving the performance aspect of the editor, this time focusing on how tables are handled in the content. Implemented optimizations have made table rendering 3x faster, with the average load time of a document with a very long, complex tables dropping from around 4.5 seconds to just 1.5 seconds.

MAJOR BREAKING CHANGES ℹ️
  • config.licenseKey is now a required property in the editor configuration. Use 'GPL' for installations under the GPL terms. See #​17317.
Features
Bug fixes
  • clipboard: An in-text drop of an inline object with elements inside should be possible. Closes #​16101. (commit)
  • cloud-services: Handle refresh token when editor destroyed during token fetching. Closes #​17462. (commit)
  • editor-classic: Excluded modal windows from the Classic Editor's integration between dialogs and the sticky toolbar. Closes #​17339. (commit)
  • engine: List markers should be visible after changing the list type from multi-level to numbered. Closes #​17488. (commit)
  • find-and-replace: Find and replace no longer randomly jumps to the first found item after the replace operation. Closes #​16648. (commit)
  • list: Inserting or dropping a paragraph after the end of a list should not convert the paragraph to a list item. Closes #​17224. (commit)
  • pagination: The pagination line should be rendered properly on tables. Closes ckeditor/ckeditor5#17158.
  • restricted-editing: Remove existing restricted editing markers when setting new data to prevent marker resurrection. Closes #​9646, #​16721. (commit)
  • theme-lark: Letter descenders should not be clipped in the top-level menu bar categories. Closes #​17422. (commit)
  • track-changes: Export the AttributeData, FormatData and Description typings from package.
  • ui: The menu or dropdown panels will no longer be placed in an incorrect position when a optimal position cannot be found. Closes #​17220. (commit)
  • ui: The dialog plugin should not handle Esc key press when default-prevented by the guest view. Closes #​17343. (commit)
  • upload: Editor should no longer crash when executing undo while an image is still being uploaded. (commit)
  • utils: Use binary search in insertToPriorityArray() for better performance when handling big tables. (commit)
  • utils: No longer scroll to the top of the document if pasted element is larger than scrollable editable. Closes #​17079. (commit)
Other changes
  • collaboration-core: The types of publicly exported plugins will now be correctly resolved when accessed using editor.plugins.get.

  • comments: The types of publicly exported plugins will now be correctly resolved when accessed using editor.plugins.get.

  • real-time-collaboration: Editor will be switched to read-only mode when an unrecoverable error will be returned by Cloud Services server during real-time editing.

  • real-time-collaboration: The types of publicly exported plugins will now be correctly resolved when accessed using editor.plugins.get.

  • revision-history: The types of publicly exported plugins will now be correctly resolved when accessed using editor.plugins.get.

  • track-changes: The types of publicly exported plugins will now be correctly resolved when accessed using editor.plugins.get.

  • track-changes: The descriptionFactory property will now be accessible publicly.

  • track-changes: Suggestions of the same type that are not directly next to each other will no longer be represented as one suggestion in the UI.

  • ui: Improved the performance of the BodyCollection DOM wrapper lookup by replacing document.querySelector() with a static element reference. (commit)

    Huge thanks to Ben Demboski for this contribution!

  • Changes related to the introduction of self-service channel for CKEditor 5 Premium Features. See #​17317. (commit)

  • Updated translations. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

New packages:

Releases containing new features:

Other releases:


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 7, 2024
Copy link

socket-security bot commented Dec 7, 2024

No dependency changes detected. Learn more about Socket for GitHub ↗︎

👍 No dependency changes detected in pull request

@codecov-commenter
Copy link

codecov-commenter commented Dec 7, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.45%. Comparing base (b481cec) to head (9eb684a).
Report is 3 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3588      +/-   ##
==========================================
- Coverage   66.51%   66.45%   -0.07%     
==========================================
  Files         912      913       +1     
  Lines       14941    14973      +32     
  Branches     2067     2070       +3     
==========================================
+ Hits         9938     9950      +12     
- Misses       4829     4846      +17     
- Partials      174      177       +3     

see 117 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b0945b4...9eb684a. Read the comment docs.

@renovate renovate bot force-pushed the renovate/major-ckeditor-monorepo branch from 1399857 to 3709b1e Compare December 12, 2024 13:49
@renovate renovate bot force-pushed the renovate/major-ckeditor-monorepo branch from 3709b1e to 0cdaada Compare December 12, 2024 14:42
@renovate renovate bot force-pushed the renovate/major-ckeditor-monorepo branch from 0cdaada to 3794531 Compare December 12, 2024 14:45
@renovate renovate bot force-pushed the renovate/major-ckeditor-monorepo branch from 3794531 to 49a65a6 Compare December 17, 2024 14:20
@renovate renovate bot force-pushed the renovate/major-ckeditor-monorepo branch from 49a65a6 to a241d0f Compare December 17, 2024 14:25
@renovate renovate bot force-pushed the renovate/major-ckeditor-monorepo branch from a241d0f to 90b27fc Compare December 17, 2024 15:15
@renovate renovate bot force-pushed the renovate/major-ckeditor-monorepo branch from 90b27fc to 7e263b2 Compare December 17, 2024 15:19
@renovate renovate bot force-pushed the renovate/major-ckeditor-monorepo branch from 7e263b2 to bad9c19 Compare December 17, 2024 17:24
@renovate renovate bot force-pushed the renovate/major-ckeditor-monorepo branch from bad9c19 to 31d20de Compare December 17, 2024 17:28
@renovate renovate bot force-pushed the renovate/major-ckeditor-monorepo branch from 31d20de to 786e427 Compare December 18, 2024 08:51
@renovate renovate bot force-pushed the renovate/major-ckeditor-monorepo branch from 786e427 to d0d6774 Compare December 18, 2024 08:55
@renovate renovate bot force-pushed the renovate/major-ckeditor-monorepo branch from d0d6774 to cbdc52d Compare December 19, 2024 00:58
@renovate renovate bot force-pushed the renovate/major-ckeditor-monorepo branch from cbdc52d to 165b89f Compare December 19, 2024 01:02
@renovate renovate bot force-pushed the renovate/major-ckeditor-monorepo branch from 165b89f to d1b4779 Compare December 19, 2024 01:06
@renovate renovate bot force-pushed the renovate/major-ckeditor-monorepo branch from d1b4779 to e2cd8dc Compare December 19, 2024 13:03
@renovate renovate bot force-pushed the renovate/major-ckeditor-monorepo branch from e2cd8dc to d9974f3 Compare December 19, 2024 13:07
@renovate renovate bot force-pushed the renovate/major-ckeditor-monorepo branch from d9974f3 to 89029f0 Compare December 19, 2024 19:56
@renovate renovate bot force-pushed the renovate/major-ckeditor-monorepo branch from 89029f0 to 4a95ce2 Compare December 19, 2024 20:00
@renovate renovate bot force-pushed the renovate/major-ckeditor-monorepo branch from 4a95ce2 to 860a462 Compare December 24, 2024 22:55
@renovate renovate bot force-pushed the renovate/major-ckeditor-monorepo branch from 860a462 to 8330317 Compare December 24, 2024 22:59
@renovate renovate bot force-pushed the renovate/major-ckeditor-monorepo branch from 8330317 to 3b5c464 Compare December 30, 2024 16:01
@renovate renovate bot force-pushed the renovate/major-ckeditor-monorepo branch from 3b5c464 to 9b15494 Compare December 30, 2024 16:06
@renovate renovate bot force-pushed the renovate/major-ckeditor-monorepo branch from 9b15494 to 38778b2 Compare December 31, 2024 00:21
@renovate renovate bot force-pushed the renovate/major-ckeditor-monorepo branch from 38778b2 to 9eb684a Compare December 31, 2024 00:26
@renovate renovate bot force-pushed the renovate/major-ckeditor-monorepo branch from 9eb684a to 2c3e2aa Compare January 1, 2025 23:31
Copy link

sonarqubecloud bot commented Jan 1, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant